Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API(maps): add deconvolve() method to mapper classes #90

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

ntessore
Copy link
Contributor

@ntessore ntessore commented Dec 21, 2023

Add a deconvolve() method to mapper classes, which takes an alm array and removes the convolution kernel of the mapper.

This change enables deconvolution at the point of alm creation, where the mapper is available. The transform_maps() function has gained a deconvolve=True parameter, which deconvolves the resulting alms by default.

Functions for dealing with the convolution at later stages (depixelate_cls(), pixelate_mms_healpix()) have been removed accordingly. This makes computation of mixing matrices much more straightforward.

Closes: #87

@ntessore ntessore merged commit 536b9d0 into main Dec 21, 2023
@ntessore ntessore deleted the pr-87 branch December 21, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deconvolution of alms
1 participant